Fix for #335012, reported by Matteo Nastasi.
authorKristian Rietveld <kris@imendio.com>
Tue, 18 Jul 2006 13:33:28 +0000 (13:33 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Tue, 18 Jul 2006 13:33:28 +0000 (13:33 +0000)
commit36329391a7dca0325020c3db273fb37be65cae0d
tree7371e7e492b2786014a89c913f883029fa74c94b
parent61f4d77d55fa871e6e1044c9a9ea0ab6401cc3a9
Fix for #335012, reported by Matteo Nastasi.

2006-07-18  Kristian Rietveld  <kris@imendio.com>

Fix for #335012, reported by Matteo Nastasi.

* gtk/gtktreeview.c (gtk_tree_view_real_start_editing): if the
requested space of the editable is smaller than the cell area,
put it up above the middle of the cell area.

* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
configure the inner border to cover the cell area if the
entry requisition is smaller than the cell_area.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkcellrenderertext.c
gtk/gtktreeview.c